runtime.gcBitsArena.tryAlloc (method)
5 uses
runtime (current package)
mheap.go#L2380: func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits {
mheap.go#L2402: if p := head.tryAlloc(bytesNeeded); p != nil {
mheap.go#L2412: if p := gcBitsArenas.next.tryAlloc(bytesNeeded); p != nil {
mheap.go#L2422: if p := gcBitsArenas.next.tryAlloc(bytesNeeded); p != nil {
mheap.go#L2433: p := fresh.tryAlloc(bytesNeeded)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |